ContinueWithAuthRequest

data class ContinueWithAuthRequest(requestId: RequestId, authChallengeResponse: AuthChallengeResponse)

Represents request frame that can be used with Fetch#continueWithAuth operation call.

Continues a request supplying authChallengeResponse following authRequired event.

See also

Constructors

ContinueWithAuthRequest
Link copied to clipboard
fun ContinueWithAuthRequest(requestId: RequestId, authChallengeResponse: AuthChallengeResponse)

Properties

authChallengeResponse
Link copied to clipboard
val authChallengeResponse: AuthChallengeResponse
Response to with an authChallenge.
requestId
Link copied to clipboard
val requestId: RequestId
An id the client received in authRequired event.

Sources

jvm source
Link copied to clipboard